Class GlobalMutable<TValue>
Represents mutable global that can be accessed from a WebAssembly module.
Assembly: WaaS.Core.dll
View Source
Declaration
public sealed class GlobalMutable<TValue> : GlobalMutable, IExternal where TValue : unmanaged
Inheritance: System.Object
-> WaaS.Runtime.Global -> WaaS.Runtime.GlobalMutable
Implements:
WaaS.Runtime.IExternal
Properties
Value
View Source
Declaration
public ref TValue Value { get; }